OpenRoads Designer CONNECT Edition SDK Help

CreateTangentParabola(ProfileElement, DPoint3d, DPoint3d, Double) Method

Constructs a profile parabola tangent to a profile element.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola[]CreateTangentParabola( ProfileElement elmt, DPoint3d thruPoint, DPoint3d projEndPoint,double radius)

Parameters

SettingDescription
  ProfileElement The profile element which the created profile parabola is tangent to.
  DPoint3d The through passing point of the parabola
  DPoint3d The end point of the projected profile parabola(projected on the horizontal line passing by this point)
   The radius of the parabola

Return Value

ProfileParabola[] The profile parabola elements cli::array

See Also